
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-coveredbyyourgrace: 'Covered By Your Grace',handwriting;
--font-architectsdaughter: 'Architects Daughter',handwriting;
--font-eduauvicwantguides: 'Edu AU VIC WA NT Guides',handwriting;
--font-Red Hat Text: 'Red Hat Text',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dEAedR {
      flex:1;
      color:inherit;
      width:100vw;
      height:100vh;
      display:flex;
      font-size:inherit;
      overflow-y:scroll;
      align-items:center;
      font-family:'Red Hat Display';
      font-weight:inherit;
      padding-top:120px;
      padding-left:120px;
      padding-right:120px;
      flex-direction:column;
      padding-bottom:60px;
      justify-content:start;
      scrollbar-color:#08365b transparent;
      scrollbar-width:thin;
      background-color:var(--Dark-Navy, #00121e);
    }

    .dEAedR::-webkit-scrollbar {
    width: 4px;
    }

    @media (max-width: 1024px) {

    .dEAedR {
      padding-top:80px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:80px;
    }
    }

    @media (max-width: 430px) {

    .dEAedR {
      padding-top:70px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:80px;
    }
    }

    .fhibHQ {
      color:var(--White);
      display:block;
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .dkdxaX {
      color:var(--Sky);
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eTDBNl {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      border-radius:4px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eTDBNl:hover {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .bkciba {
      gap:4px;
      flex:1;
      color:var(--Sky, #00a7e1);
      cursor:pointer;
      height:60px;
      display:flex;
      z-index:10;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bkciba {
      gap:12px;
      width:auto;
      height:auto;
      align-items:start;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }
    }

    @media (max-width: 430px) {

    .bkciba {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }
    }

    .cxzSH {
      gap:5px;
      color:inherit;
      width:15%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    .dpfRwF {
      color:var(--grey-400);
      display:block;
      font-size:var(--font-size-sm);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eEWpXM {
      color:inherit;
      display:flex;
      box-sizing:border-box;
      align-items:center;
      justify-content:center;
    }

    .bZWCAL {
      box-sizing:border-box;
    }

    .bgUayH {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dLoDNt {
      gap:5px;
      color:var(--Sky);
      width:25%;
      height:100%;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      border-radius:4px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .dLoDNt {
      width:100%;
      height:auto;
      display:none;
    }
    }

    .bmlVgv {
      gap:5px;
      color:inherit;
      width:10%;
      height:100%;
      display:flex;
      font-size:var(--font-size-xs);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-right:30px;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 1024px) {

    .bmlVgv {
      display:none;
    }
    }

    .brQpnj {
      color:var(--White, #ffffff);
      display:block;
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .cMyWZx {
      gap:5px;
      color:var(--Sky, #00a7e1);
      width:15%;
      height:100%;
      display:flex;
      font-size:var(--font-size-lg);
      align-items:center;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .cMyWZx {
      height:auto;
    }
    }

    .eBaZLX {
      gap:24px;
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:50;
      position:absolute;
      align-items:center;
      font-family:Red Hat Display;
      padding-top:300px;
      padding-left:300px;
      padding-right:300px;
      padding-bottom:300px;
      backdrop-filter:blur(10px);;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .eBaZLX {
      display:flex;
      align-items:center;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:center;
    }
    }

    .cHmrIg {
      width:70%;
      display:inline;
      text-align:center;
    }

    .lczCk {
      color:var(--Light-Red);
      display:flex;
      font-size:var(--font-size-base);
      align-items:center;
      justify-content:flex-start;
    }

    .bjhMmV {
      gap:8px;
      flex:1;
      cursor:pointer;
      height:36px;
      position:relative;
      font-size:var(--font-size-base);
      background:linear-gradient(to top left,  #00a7e1, #0079dd);
      transition:all 300ms ease 0ms normal;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .bjhMmV:hover {
      background:linear-gradient(to bottom right,  #00a7e1, #0079dd);
      box-shadow:0px 0px 20px 10px #4addff4f;
    }

    .dlsbtO {
      gap:24px;
      color:var(--White, #ffffff);
      width:350px;
      font-size:var(--font-size-sm);
      background:var(--Dark-Navy);
      box-shadow:0px 2px 200px 20px #ff3f5a80;
      align-items:center;
      padding-top:24px;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 430px) {

    .dlsbtO {
      width:90%;
      height:auto;
    }
    }

    .sEIuI {
      gap:8px;
      flex:1;
      color:var(--White, #ffffff);
      cursor:pointer;
      height:36px;
      font-size:var(--font-size-base);
      background:linear-gradient(to top left,  #DC2626, #ff3f5a);
      transition:all 500ms ease 0ms ;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .sEIuI:hover {
      background:linear-gradient(to bottom right,  #DC2626, #ff3f5a);
      box-shadow:0px 0px 20px 10px #ff3f5a75;
    }

    .delete-pop-up\:YgplgALD9UaC5kuVl_Sfb {
      color:var(--Light-Red);
      width:50px;
      height:50px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dbPUfy {
      gap:24px;
      display:flex;
      font-size:var(--font-size-lg);
      align-items:center;
      justify-content:center;
    }

    .dmJMho {
      color:inherit;
      display:flex;
      row-gap:12px;
      font-size:1.5rem;
      column-gap:12px;
      text-align:center;
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:flex-start;
    }

    .dQLhia {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .focfCN {
      color:var(--Light-Red, #ff3f5a);
      display:inline-block;
      font-weight:var(--font-weight-black);
      padding-right:4px;
    }

    .bpZoNb {
      gap:8px;
      flex:1;
      width:100%;
      height:100%;
      flex-direction:row;
    }

    .bQBNUI {
      color:inherit;
      width:18px;
      cursor:pointer;
      height:18px;
      display:block;
      z-index:10;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      border-radius:4px;
    }

    .bQBNUI.checked {
      background-color:var(--Sky, #00a7e1);
    }

    .bQBNUI:hover {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .cbNYDj {
      color:var(--Sky, #00a7e1);
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      padding-left:6px;
      border-radius:4px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:5px;
      text-transform:capitalize;
      background-color:#00a7e126;
    }

    .cnWqxy {
      gap:5px;
      color:var(--White, #ffffff);
      width:30%;
      height:100%;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      border-radius:4px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .cnWqxy {
      width:100%;
      height:auto;
      display:none;
    }
    }

    .bYSqcW {
      gap:6px;
      color:var(--Sky, #00a7e1);
      display:flex;
      font-size:var(--font-size-sm);
      min-width:50px;
      align-items:center;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
      padding-top:5px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
      background-color:#00a7e13b;
    }

    .dvNjPw {
      color:inherit;
      width:50px;
      height:50px;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fpfYcA {
      flex:1;
      color:var(--grey-50, #FAFAFA);
      width:100%;
      bottom:0px;
      height:86px;
      display:flex;
      z-index:100;
      position:fixed;
      overflow-x:visible;
      overflow-y:visible;
      transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
      align-items:flex-start;
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-thin);
      padding-top:0px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:center;
    }

    .cGxNNx {
      top:0px;
      width:fit-content;
      position:absolute;
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 2px 50px 10px #00121e;
      transition:top 300ms ease;
      align-items:;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cGxNNx.show_more {
      top:-72px;
      transition:top 300ms ease;
    }

    .dHLOZF {
      width:100%;
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 2px 50px 10px #00121e;
      align-items:;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dLiqrg {
      gap:8px;
      color:var(--Sky);
      width:250px;
      cursor:pointer;
      height:48px;
      display:flex;
      font-size:var(--font-size-sm);
      max-height:48px;
      overflow-x:hidden;
      overflow-y:visible;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-light);
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dLiqrg:hover {
      color:var(--White);
      background:linear-gradient(to left, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      overflow-x:visible;
      overflow-y:visible;
    }

    @media (max-width: 1024px) {

    .dLiqrg {
      gap:0px;
      flex:1;
      width:60px;
      height:60px;
      display:flex;
      min-height:60px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    @media (max-width: 768px) {

    .dLiqrg {
      width:60px;
      height:60px;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      border-top-left-radius:100%;
      border-top-right-radius:100%;
      border-bottom-left-radius:100%;
      border-bottom-right-radius:100%;
    }
    }

    .dLiqrg.active_page {
      color:var(--White);
      display:flex;
      background:linear-gradient(to left, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:5px 0px 20px 0px var(--Dark-Navy);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dLiqrg.upcoming_feature {
      color:#016689b3;
    }

    @media (max-width: 1024px) {

    .dLiqrg:hover {
      background:#ffffff00;
    }
    }

    @media (max-width: 1024px) {

    .dLiqrg.active_page {
      color:var(--White);
      width:60px;
      height:60px;
      display:flex;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:5px 0px 20px 0px var(--Dark-Navy);
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    @media (max-width: 430px) {

    .dLiqrg.active_page {
      color:var(--White);
      width:60px;
      height:60px;
      display:flex;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:5px 0px 20px 0px var(--Dark-Navy);
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    @media (max-width: 768px) {

    .dLiqrg.active_page {
      color:var(--White);
      width:60px;
      height:60px;
      display:flex;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:5px 0px 20px 0px var(--Dark-Navy);
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    .iWeUt {
      color:white;
      right:-60px;
      width:34px;
      cursor:pointer;
      height:34px;
      display:flex;
      position:absolute;
      background:linear-gradient(ligh to bottom right, var(--Sky) 97%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 10px 10px #00121e33;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .iWeUt.hover {
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 84%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .iWeUt.show {
      right:8px;
      position:absolute;
    }

    .nav-link\:Anup1egzqL2rYU6zpfzr8 {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .bqynBo {
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
    }

    @media (max-width: 1024px) {

    .bqynBo {
      display:none;
      font-size:var(--font-size-xxs);
    }
    }

    .doSxfy {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .doSxfy.show_add_new {
      width:84%;
    }

    @media (min-width: 1024px) {

    .doSxfy {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }
    }

    .nav-link\:idf5XkBPGYMXixSHkH9Nq {
      width:18px;
      height:18px;
    }

    @media (max-width: 1024px) {

    .nav-link\:idf5XkBPGYMXixSHkH9Nq {
      display:none;
    }
    }

    .cEKAGw {
      top:0px;
      left:0px;
      color:var(--Sky);
      width:100%;
      bottom:0px;
      height:100%;
      display:flex;
      row-gap:8px;
      z-index:1000;
      position:absolute;
      font-size:var(--font-size-xs);
      background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:8px;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    @media (max-width: 1024px) {

    .cEKAGw {
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }
    }

    .nav-link\:mQi_NJRWfjP-5OYXlhWqc {
      width:48px;
      height:48px;
      padding-left:14px;
      padding-right:14px;
    }

    .eKJDbW {
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-xs);
      column-gap:4px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .eKJDbW {
      display:flex;
      align-items:center;
      justify-content:center;
    }
    }

    .cFmpWS {
      width:fit-content;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .nav-link-extension\:Anup1egzqL2rYU6zpfzr8 {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .nav-link-extension\:idf5XkBPGYMXixSHkH9Nq {
      width:18px;
      height:18px;
    }

    @media (max-width: 1024px) {

    .nav-link-extension\:idf5XkBPGYMXixSHkH9Nq {
      display:none;
    }
    }

    .nav-link-extension\:mQi_NJRWfjP-5OYXlhWqc {
      width:48px;
      height:48px;
      padding-left:14px;
      padding-right:14px;
    }

    @media (min-width: 1024px) {

    .navigation\:2TEDmcbcMxBxNEmHscoty {
      display:none;
    }
    }

    .cQfmYf {
      top:0px;
      left:0px;
      width:100%;
      height:80px;
      display:flex;
      z-index:101;
      position:fixed;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .dnBjLB {
      top:64px;
      right:0px;
      width:fit-content;
      height:fit-content;
      display:flex;
      row-gap:12px;
      position:absolute;
      column-gap:12px;
      max-height:0px;
      overflow-y:clip;
      transition:height 300ms ease  allow-discrete;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:0px;
    }

    .dnBjLB.show_log_out {
      height:fit-content;
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      max-height:999px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cDGxuh {
      width:100%;
      height:100%;
      position:absolute;
      object-fit:cover;
      object-position:top center;
    }

    .esVTy {
      width:fit-content;
      height:20px;
      object-fit:contain;
      align-items:center;
      justify-content:center;
    }

    .bxDdtq {
      left:8px;
      color:var(--Sky);
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      z-index:20;
      position:absolute;
      align-items:center;
      padding-left:2px;
      padding-right:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bxDdtq:hover {
      color:var(--White);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bxDdtq.active {
      color:var(--White);
      background:linear-gradient(to top left, var(--Sky) 0%, var(--Light-Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 2px 10px 0px #0000006e;
    }

    .Mobile-Top-Header\:Gjz2l5HxVAhPHcR31zSlw {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .flkIHp {
      width:25%;
      height:48px;
      display:flex;
      background:linear-gradient(to right, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 20px  #0000008c;
      align-items:center;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .chsuxc {
      color:var(--White);
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      font-family:Red Hat Display;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dMJYPl {
      color:var(--White);
      cursor:pointer;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      font-family:Red Hat Display;
      padding-top:8px;
      border-color:#00a7e100;
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dMJYPl:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
    }

    .fEdKed {
      color:var(--Sky);
      right:8px;
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      z-index:20;
      position:absolute;
      box-shadow:0px 0px 10px 0px #000000b0;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      padding-left:2px;
      padding-right:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fEdKed:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Mobile-Top-Header\:g-XAV3dMvVA7EtiZzGFbh {
      color:var(--White);
      width:36px;
      height:36px;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      padding-right:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .kNdyM {
      row-gap:8px;
      column-gap:8px;
      flex-direction:row;
    }

    .bzbPGi {
      width:100%;
      height:60px;
      display:flex;
      background:linear-gradient(to top left, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 50px 10px #00121eb3;
      align-items:center;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    @media (min-width: 1024px) {

    .navigation\:CQ5UW7u6LoOH_JtxMwDJ8 {
      display:none;
    }
    }

    .bfAGUA {
      top:0px;
      left:0px;
      width:100%;
      height:60px;
      z-index:101;
      position:fixed;
      background: var(--Dark-Navy);
      box-shadow:-1px -10px 40px 0px var(--Light-Purple) inset;
      align-items:start;
      border-radius:0px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--Light-Purple);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .bA-DzFW {
      top:60px;
      right:0px;
      width:fit-content;
      height:fit-content;
      display:flex;
      row-gap:12px;
      position:absolute;
      column-gap:12px;
      max-height:0px;
      overflow-y:clip;
      transition:height 300ms ease  allow-discrete;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:0px;
    }

    .bA-DzFW.show_log_out {
      height:fit-content;
      background:var(--Dark-Navy);
      max-height:999px;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      border-left-color:var(--Lighter-Navy);
      border-left-style:solid;
      border-left-width:2px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-bottom-left-radius:6px;
    }

    .cypLpy {
      width:2px;
      height:75%;
      background:var(--Light-Purple);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cNpkir {
      left:0px;
      width:auto;
      height:100%;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .dplmD {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .edulPO {
      width:70px;
      height:70px;
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 63%);
      object-fit:contain;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 1024px) {

    .edulPO {
      width:50px;
      height:50px;
      background:#ffffff00;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-bottom-color:var(--Dark-Navy);
      border-bottom-style:solid;
      border-bottom-width:0px;
      border-top-right-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .dHWZwv {
      width:24px;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .fqtUVF {
      width:32px;
      height:32px;
      border-color:var(--Light-Purple);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
      color:var(--White);
      width:14px;
      height:14px;
    }

    @media (max-width: 1024px) {

    .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
      width:24px;
      height:24px;
      display:none;
    }
    }

    .bCrooE {
      gap:12px;
      height:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bCrooE {
      flex:1;
      display:flex;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .eGnWDl {
      color:var(--White, #ffffff);
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-base);
      background:linear-gradient(to right, var(--Sky) 0%, var(--Light-Purple) 65%);
      column-gap:4px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-normal);
      padding-top:2px;
      padding-left:8px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    @media (max-width: 1024px) {

    .eGnWDl {
      display:flex;
      background:#ffffff00;
      align-items:flex-end;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:center;
    }
    }

    .eAiKFw {
      color:var(--White);
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-base);
      column-gap:4px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

    .fgnFjQ {
      font-size:var(--font-size-xs);
      font-family:Red Hat Display;
    }

    @media (max-width: 1024px) {

    .fgnFjQ {
      display:none;
    }
    }

    .bsktKR {
      color:var(--Sky);
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-sm);
      column-gap:4px;
      align-items:center;
      font-family:Red Hat Display;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bnNIQK {
      right:0px;
      width:60px;
      height:60px;
      display:flex;
      position:absolute;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .bnNIQK {
      width:50px;
      height:50px;
    }
    }

    .FSOwr {
      color:var(--White);
      cursor:pointer;
      z-index:20;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .FSOwr:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fvKMpO {
      color:var(--White);
      cursor:pointer;
      font-size:var(--font-size-sm);
      background:linear-gradient(to bottom right, var(--Light-Purple) 4%, var(--Sky) 50%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:10PX;
      border-color:#00a7e100;
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fvKMpO:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
    }

    .eETvsx {
      height:12px;
    }

    @media (max-width: 1024px) {

    .eETvsx {
      padding-left:0px;
      padding-right:0px;
    }
    }

    @media (max-width: 1024px) {

    .navigation\:P8Ri05C3V-4lEqsr-o3dD {
      display:none;
    }
    }

    .fUjBl {
      top:0px;
      left:0px;
      color:var(--grey-50, #FAFAFA);
      width:60px;
      height:100%;
      z-index:100;
      position:fixed;
      font-size:var(--font-size-sm);
      background: var(--Dark-Navy);
      box-shadow:-6px 4px 20px  var(--Light-Purple) inset;
      overflow-x:hidden;
      transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
      align-items:start;
      font-family:briller;
      font-weight:var(--font-weight-thin);
      padding-top:70px;
      flex-direction:column;
      padding-bottom:70px;
      justify-content:start;
      border-right-color:var(--Light-Purple);
      border-right-style:solid;
      border-right-width:2px;
    }

    @media (min-width: 1024px) {

    .fUjBl:hover {
      width:264px;
    }
    }

    .epuJPC {
      color:var(--Sky);
      width:100%;
      row-gap:8px;
      column-gap:8px;
      align-items:;
      padding-left:5px;
      flex-direction:column;
      justify-content:;
    }

    .Internal-Side-Nav\:1IhKIqzlhvUGLFKFAmgKj {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:1IhKIqzlhvUGLFKFAmgKj {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .dMNat {
      width:100%;
      height:24px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .Internal-Side-Nav\:E6sho-ntv4hqIwF1hebkV {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:E6sho-ntv4hqIwF1hebkV {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:R1c_JVUNWPbR8QZoVMhwG {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:R1c_JVUNWPbR8QZoVMhwG {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .eeShFW {
      width:75%;
      height:2px;
      background:var(--Light-Purple);
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:pTF0Nfv3xdpFfo8JX7OOQ {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:pTF0Nfv3xdpFfo8JX7OOQ {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:qt0gJW3CM1deap9DEYsPI {
      color:var(--Sky);
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:qt0gJW3CM1deap9DEYsPI {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
      z-index:10;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
      color:var(--Sky);
      height:60px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    @media (max-width: 1024px) {

    .navigation\:bD5opX6qgzRval-sly-Dt {
      display:none;
    }
    }

    .cjZLIZ {
      color:var(--White, #ffffff);
      display:block;
      font-size:inherit;
      background:var(--Lighter-Navy);
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      padding-top:5px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:5px;
    }

    .dMMjJB {
      gap:5px;
      color:var(--Sky, #00a7e1);
      width:20%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:center;
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    .bWoDOv {
      gap:5px;
      color:inherit;
      width:25%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    @media (max-width: 1024px) {

    .bWoDOv {
      display:none;
    }
    }

    .bKBGTu {
      gap:5px;
      color:inherit;
      width:10%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:flex-end;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    @media (max-width: 1024px) {

    .bKBGTu {
      display:none;
    }
    }

    .HPziC {
      color:var(--White, #ffffff);
      width:100%;
      display:flex;
      row-gap:12px;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:60px;
      flex-direction:column;
      padding-bottom:60px;
      justify-content:center;
    }

    .ffOFYG {
      gap:10px;
      top:5px;
      display:flex;
      flex-direction:row;
    }

    .ccFyaV {
      color:var(--White, #ffffff);
      width:40px;
      cursor:pointer;
      height:40px;
      row-gap:0px;
      position:relative;
      font-size:var(--font-size-sm);
      background:var(--button-bg);
      column-gap:0px;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-left:10px;
      padding-right:12px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .Appraisals-List\:paginationBar {
      padding-bottom:20px;
      justify-content:center;
    }

    .bmmtWa {
      color:var(--grey-400);
      width:100%;
      bottom:0px;
      height:40px;
      display:flex;
      row-gap:4px;
      z-index:10;
      position:absolute;
      font-size:var(--font-size-sm);
      background:var(--Dark-Navy);
      column-gap:4px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:30px;
      justify-content:center;
    }

    .eVAQhh {
      gap:12px;
      color:var(--White, #ffffff);
      display:flex;
      font-size:var(--font-size-4xl);
      align-items:center;
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 430px) {

    .eVAQhh {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .eYBbPg {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    .dmLNfr {
      flex:1;
      color:var(--White, #ffffff);
      height:40px;
      font-size:var(--font-size-sm);
      max-width:400px;
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .dmLNfr:focus {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .dmLNfr::placeholder {
      color:#00a7e196;
    }

    .bYOgnP {
      display:flex;
      flex-wrap:wrap;
      font-size:var(--font-size-3xl);
      align-items:flex-start;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    @media (max-width: 430px) {

    .bYOgnP {
      display:flex;
      align-items:flex-start;
      justify-content:flex-start;
    }
    }

    .bEXmDt {
      color:var(--Sky);
      display:flex;
      flex-wrap:wrap;
      font-size:var(--font-size-3xl);
      max-width:100%;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .bTwtNm {
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bTwtNm:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
    }

    .duqnSq {
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      background:linear-gradient(var(--Light-Red) 0%, var(--red-600) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .duqnSq:hover {
      border-color:var(--White);
      border-style:solid;
      border-width:2px;
    }

    .ewpItS {
      flex:1;
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ewpItS.symmetrical {
      padding-left:0px;
      padding-right:0px;
    }

    .cDavHj {
      color:var(--Sky);
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cDavHj:hover {
      color:var(--White);
    }

    .DNxpF {
      flex:1;
      height:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      max-height:40px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 430px) {

    .DNxpF {
      width:100%;
    }
    }

    .NicRr {
      flex:1;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .list-page-header\:uguR4dOIBJBn80FZWng04 {
      color:var(--Sky);
      width:40px;
      height:40px;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
    }

    .Appraisals-List\:listPageHeader {
      width:100%;
      padding-top:20px;
    }

    .eHhwGR {
      width:100vw;
      height:100vh;
      display:flex;
      background:var(--Dark-Navy);
      align-items:center;
      justify-content:center;
    }

    .dfqMWW {
      width:200px;
      height:200px;
    }

    .bzrbEB {
      top:68px;
      left:68px;
      width:64px;
      height:64px;
      position:absolute;
      object-fit:contain;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dxPFsf {
      color:inherit;
      height:100%;
      display:block;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:center;
      align-content:center;
    }

    @media (max-width: 430px) {

    .dxPFsf {
      display:flex;
      align-items:center;
      padding-top:12px;
      padding-bottom:12px;
      justify-content:center;
    }
    }

    .cflHzd {
      flex:1;
      color:inherit;
      width:100%;
      height:100%;
      display:flex;
      row-gap:0px;
      position:relative;
      font-size:inherit;
      max-width:1200px;
      min-width:800px;
      column-gap:0px;
      overflow-y:clip;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      padding-bottom:40px;
      scrollbar-color:#08365b transparent;
      scrollbar-width:thin;
      top:10px;
    }

    .cflHzd::-webkit-scrollbar {
    width: 4px;
    }

    @media (max-width: 1024px) {

    .cflHzd {
      width:100%;
      max-width:100%;
      min-width:100%;
    }
    }

    .ePEdZQ {
      top:0px;
      color:var(--Sky, #00a7e1);
      width:100%;
      cursor:pointer;
      height:60px;
      display:flex;
      z-index:10;
      position:sticky;
      font-size:inherit;
      box-shadow:0px 15px 10px -5px #0000005e;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:start;
      background-color:var(--Dark-Navy, #00121e);
      border-bottom-color:var(--Lighter-Navy, #08365b);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    @media (max-width: 430px) {

    .ePEdZQ {
      height:40px;
    }
    }

    .wlEOF {
      gap:5px;
      color:inherit;
      width:30%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    @media (max-width: 1024px) {

    .wlEOF {
      display:none;
    }
    }

    .eeWcZl {
      color:inherit;
      width:100%;
      height:fit-content;
      display:flex;
      font-size:inherit;
      max-width:1200px;
      min-width:800px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      top:10px;
    }

    @media (max-width: 1024px) {

    .eeWcZl {
      width:100%;
      max-width:auto;
      min-width:auto;
    }
    }

    .bktFRD {
      color:inherit;
      width:100%;
      height:100px;
      display:flex;
      position:relative;
      font-size:inherit;
      background:linear-gradient(var(--Dark-Navy) 50%, #00121e00 100%) scroll padding-box border-box repeat repeat 0% 0% /auto;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:flex-start;
    }

    .bpxueX {
      color:inherit;
      height:auto;
      display:flex;
      row-gap:8px;
      flex-grow:1;
      font-size:inherit;
      column-gap:8px;
      flex-basis:0%;
      overflow-y:scroll;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      flex-direction:column;
      padding-bottom:8px;
    }

    @media (max-width: 430px) {

    .bpxueX {
      padding-bottom:0px;
    }
    }

    .oXxUp {
      gap:5px;
      color:inherit;
      width:20%;
      height:100%;
      display:flex;
      font-size:var(--font-size-base);
      align-items:flex-end;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:flex-end;
    }

    .dAoYXy {
      flex:1;
      color:inherit;
      height:100%;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cFSBWl {
      color:inherit;
      display:flex;
      font-size:var(--font-size-xs);
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      border-radius:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
    }

    .bgazSe {
      gap:4px;
      color:inherit;
      height:100%;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .dHzKZD {
      color:inherit;
      width:18px;
      cursor:pointer;
      height:18px;
      display:block;
      z-index:10;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      border-radius:4px;
      flex-direction:row;
    }

    .dHzKZD.checked {
      background:var(--Sky, #00a7e1);
    }

    .dHzKZD:hover {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .CbwoR {
      gap:8px;
      color:var(--White, #ffffff);
      display:block;
      font-size:var(--font-size-xs);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:start;
    }